'Declaration Public Overloads Shared Function Create( _ ByVal device As Device, _ ByVal shaderBytecode() As Byte, _ Optional ByVal linkage As ClassLinkage _ ) As GeometryShader
public static GeometryShader Create( Device device, byte[] shaderBytecode, ClassLinkage linkage )
Parameters
- device
- The device used to create the shader.
- shaderBytecode
- The compiled shader bytecode.
- linkage
- A dynamic class linkage interface.